home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 14 / setup.exe / %MAINDIR% / Scripts / Java App / Readme.txt
Encoding:
Text File  |  2001-03-30  |  1.2 KB  |  32 lines

  1. // File:         Readme.txt
  2. // Description:  Sample of using TEConnection object 
  3. //             from java application.
  4. // Created:      February 9, 2001
  5. // Copyright (c) 2000 GlobalSCAPE, Inc.
  6. //    The copyright to the computer program(s) herein
  7. //    is the property of GlobalSCAPE, Inc.
  8. //    The program(s) may be used and/or copied  only with
  9. //    the written permission of  GlobalSCAPE, Inc.
  10. //    or in accordance   with the terms and conditions
  11. //    stipulated   in the agreement/contract under which
  12. //    the  program(s) have been supplied.
  13. //
  14.  
  15.  
  16. This is a sample java application that uses the CuteFTP Pro Transfer Engine.
  17.  
  18. The bin folder contains executables that were created using the sources provided here.
  19. Make sure you run ftpte.exe before running TEConnection.exe. 
  20.  
  21. The following files were generated using JActiveX utility provided with Visual J++.
  22. (To learn more about JActiveX please refer to: 
  23.  http://www.microsoft.com/Java/resource/java_com2.htm#java_com2_9)
  24. 1) TEConnection.java
  25. 2) ITEConnection.java
  26.  
  27. Other files:
  28. 1) TEConnectionSample.java is the main form code file and contains the code for driving the application.
  29.  
  30.  
  31.  
  32.